Fix minor typos
authorPiotr Drąg <piotrdrag@gmail.com>
Wed, 21 Aug 2013 02:15:52 +0000 (04:15 +0200)
committerPiotr Drąg <piotrdrag@gmail.com>
Wed, 21 Aug 2013 02:15:52 +0000 (04:15 +0200)
gtk/gtkbox.c
gtk/gtkwidget.c

index cbf7591a4f212e973ec829bbad1e357d06f69997..ea02a1492c8785dd044ba03a7cbf2358682657df 100644 (file)
@@ -264,7 +264,7 @@ gtk_box_class_init (GtkBoxClass *class)
                                    PROP_BASELINE_POSITION,
                                    g_param_spec_enum ("baseline-position",
                                                      P_("Baseline position"),
-                                                     P_("The position of the baseline aligned widgets if extra space is availible"),
+                                                     P_("The position of the baseline aligned widgets if extra space is available"),
                                                      GTK_TYPE_BASELINE_POSITION,
                                                      GTK_BASELINE_POSITION_CENTER,
                                                      GTK_PARAM_READWRITE));
index f06d50cd0944681c5140c9282cb862195bc95692..9a035b4803a365044809ca075f88e824e437bdd4 100644 (file)
@@ -1603,7 +1603,7 @@ G_GNUC_END_IGNORE_DEPRECATIONS
    * The requested opacity of the widget. See gtk_widget_set_opacity() for
    * more details about window opacity.
    *
-   * Before 3.8 this was only availible in GtkWindow
+   * Before 3.8 this was only available in GtkWindow
    *
    * Since: 3.8
    */